home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / header.swf / scripts / DefineSprite_28 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  1.0 KB  |  37 lines

  1. encyclopedia_btn.onRelease = function()
  2. {
  3.    this._parent._parent._parent.nav_activate("");
  4.    this._parent._parent._parent.movie_load("encycmenu.swf");
  5. };
  6. dictionary_btn.onRelease = function()
  7. {
  8.    this._parent._parent._parent.nav_activate("");
  9.    this._parent._parent._parent.movie_load("audiomenu.swf");
  10. };
  11. maths_btn.onRelease = function()
  12. {
  13.    this._parent._parent._parent.nav_activate("");
  14.    this._parent._parent._parent.movie_load("audiomenu.swf");
  15. };
  16. help_btn.onRelease = function()
  17. {
  18.    this._parent._parent._parent.nav_activate("");
  19.    this._parent._parent._parent.movie_load("help.swf");
  20. };
  21. exam_button.onRelease = function()
  22. {
  23.    this._parent._parent._parent.nav_activate("");
  24.    this._parent._parent._parent.movie_load("collins_maths.swf");
  25. };
  26. exit_btn.btn.onRelease = function()
  27. {
  28.    trace("* exit btn pressed");
  29.    this._parent._parent._parent._parent.overlay_mc.show("exit");
  30.    this._parent._parent._parent.mcDisabler._visible = true;
  31. };
  32. hide_btn.btn.onRelease = function()
  33. {
  34.    lingo("Flsh_appMinimise");
  35. };
  36. stop();
  37.